home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #006 (199x)(Scope PD)(US)[WB].zip / Scope Disk #006 (199x)(Scope PD)(US)[WB].adf / contents < prev    next >
Text File  |  1990-12-05  |  2KB  |  48 lines

  1. Contents ScopeDisk6
  2.  
  3. CPU2 v2.0 - Displays CPU type and presence of a maths co-processor.
  4.     Also displays video type and wether system clocking is internal or
  5.     from a genlock. Author Thad Floryan.
  6.  
  7. MakeData - Turns any file into a series of data statements for 68000 code.
  8.     Author David Ashley.
  9.  
  10. ReSource - A demonstartion version of ReSourcean interactive disassembler
  11.     for the Amiga. Three functions are disabled in the demo version.
  12.     "Save.asm", "Save partial.asm", and "Save.RS". Author Glen McDiarmid.
  13.  
  14. CTutor - A tutorial of the 'C' language by Brian Kernighan. Many source
  15.     code example in a large tutorial.
  16.  
  17. ExtractFont - Will take any standard Amiga font and create a C source
  18.     file so that the font may be used without having to appear in the
  19.     users Fonts: directory. Compile and link into your own program. An
  20.     example with code is included. Author Gregg Tavares
  21.  
  22. 6809XASM - An Alpha version of the 6809 cross assembler for the Amiga.
  23.     Included is the source test file usewd to help debug the program.
  24.     Author Dave Casler
  25.  
  26. Arexx - A set of Arexx example programs. NOTE these require Arexx support
  27.     library and the program. Author Larry Phillips.
  28.  
  29. Enough - Tests for the availablity of enough Ram to do the job. 2 example
  30.     are provided one of which is for Matt Dillons shell.
  31.     Author Eric Kennedy.
  32.  
  33. IncRev - Will automatically increment the revision number of a program
  34.     every time it is recompiled. Creates its own object module Rev.o.
  35.     which contains a global symbol called Revision which is a longword
  36.     variable. Get access to this in C by inserting "extern long revision;"
  37.     in your code. Author Bryan Ford.
  38.  
  39. AToolsm2 - A collection of simple to use audio routines that enable the
  40.     user to queue up several sounds and have the audio device play them
  41.     sequentially while your program continues doing what it is doing,
  42.     without going directly to the hardware.
  43.     Author Rob Peck with Modula 2 conversion by Anthony Bryant
  44.  
  45.  
  46.  
  47.  
  48.